home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Popular Request
/
By Popular Request (Arsenal Computer)(SysOptics Distribution System).ISO
/
amiga1
/
dlgtn121.lha
/
dlgul060.lha
/
Bonus
/
Ticks
< prev
Wrap
Text File
|
1991-12-09
|
785b
|
18 lines
; just a little script that allows me to do simple file-announcements
; place it in your Import-Scripts AFTER the Tosser/Areafix and Updateareas
; I think SendMsg should be able to set the pointers automatically
; (I used Electric Herald before, in this case the script should be called
; between Tosser/AreaFix and UpdateAreas...)
failat 21
delete t:Newticks
DLG:FTick mail:Tick2.cfg
if exists t:Newticks
; if there are files to announce, put the header and the footer to the list of
; files...
join DLGConfig:Text/header.ann t:Newticks DLGConfig:Text/footer.ann AS t:Tickfiles
; call SendMsg to place the Announcement in the Echo
DLG:Sendmsg -f "Marcus Kuba" -s "Neue ADS/SAN/ANSI-Files auf der IBase" -b t:TickFiles -n -r "AREA 15 All"
delete t:Newticks t:TickFiles
endif